home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / pcconfig / config.ini < prev    next >
Encoding:
Text File  |  2000-06-08  |  2.7 KB  |  94 lines

  1. # CONFIG.INI for PC-CONFIG from Version 8.3
  2. # Lines beginning with # are comments only
  3. # Possible switches Schalter: 1/0, ON/OFF
  4.  
  5. # Identify installed memory size and speed of graphics adapter?
  6. # NB! For this test graphics modi are switched. If CONFIG is running under
  7. # WINDOWS in a window, you must disable this test.
  8.   VideoTest=off
  9.  
  10. # Tries to identify the chip-set on the graphics adapter?
  11.   VGATest=on
  12.  
  13. # Test for S3 VGA by direct hardware-access?
  14.   TestS3=on
  15.  
  16. # Test access times for the hard disk(s)?
  17.   AccessTest=on
  18.  
  19. # Get harddisksize with Int13 Extensions?
  20. # (may crash on older machines)
  21.   INT13Ext=on
  22.  
  23. # Always force the data transfer speed test for hard disks, even if an
  24. # active cache is detected?
  25.   ForceHDspeed=on
  26.  
  27. # Switch to off, if accesstest is'nt working on your SCSI disk
  28.   MoveHeadOnly=on
  29.  
  30. # Test for an active HD cache?
  31.   HDCacheTest=on
  32.  
  33. # Test for BIOS-Power Saving routines?
  34.   APMTEST=on
  35.  
  36. # Try to identify some older mainboard chipset via hardwaretest. This
  37. # causes some computers to crash, and can be disabled.
  38.   TestBoard=off
  39.  
  40. # Enter boardchipset manually, if detection should fail.
  41. # These numbers are vaild:
  42. # 0:Autodetect   1:UMC   2:SIS   3:CONTAC    4:ELITE
  43. # 5:FOREX        6:OPTI  7:ETEQ  8:SYMPHONY  9:SHASTA
  44.   Chipsatz=0
  45.  
  46. # Choose your own name for the popular Intel FX430 chipset.
  47. # This is due to trademark rights in germany.
  48.   Tname=TRIxxx
  49.  
  50. # Test the access speed for Extended Memory? (Can be switched off if
  51. # this test leads to crashes (because of privilege violations etc.)
  52.   TestExtMem=on
  53.  
  54. # Do testing of the short interval timer? The test doesn't work on some
  55. # fast boards, so it can be disabled here:
  56.   TimerTest=off
  57.  
  58. # Try to get information about IDE hard disks? Can cause problems
  59. # with certain MFM/RLL contollers (eg OMTI 8250).
  60. # For registered users only!
  61.   ATbusInfo=on
  62.  
  63. # Look for sound cards?
  64.   SearchForSoundCards=on
  65.  
  66. # Minimum required CD-ROM size in MB. If you don't have such a big CD,
  67. # you can reduce the value, but the access times are only accurate with
  68. # CDs of 600 MB or above.
  69.   MinCDsize=600
  70.  
  71. # Define Megabyte for harddisk-capacity: 1000x1000 or 1024x1024 byte
  72.   Kilobyte=1000
  73.  
  74. # Look for programs loaded in Hi-Dos?
  75.   HiDosSearch=on
  76.  
  77. # In case the RAM disk was not detected, its allocated drive letter
  78. # (letter only) can be specified here.
  79.   RamDisk=
  80.  
  81. # A particular drive can be specified here for the DOS read/write
  82. # benchmark test. If 0 specified, the test is skipped. If left blank,
  83. # the current drive at the time of test will be tested.
  84.   DosDisk=
  85.  
  86. # Enable 'Expired' Window
  87.   Expire=on
  88.  
  89. # Use MSR10 to calculate cpu clock rate (any fail on some pentium)
  90.   USEMSR10=on
  91.  
  92. # Make a warning when started from within Windows
  93.   WINWARN=on
  94.